Filename | (eval 52)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm:177] |
Statements | Executed 4 statements in 92µs |
Eval Invoked At | /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/Exception/Class.pm line 177 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 9µs | 64µs | BEGIN@3 | Perl::Critic::Exception::Configuration::Option::
0 | 0 | 0 | 0s | 0s | Fields | Perl::Critic::Exception::Configuration::Option::
0 | 0 | 0 | 0s | 0s | description | Perl::Critic::Exception::Configuration::Option::
0 | 0 | 0 | 0s | 0s | message_suffix | Perl::Critic::Exception::Configuration::Option::
0 | 0 | 0 | 0s | 0s | option_name | Perl::Critic::Exception::Configuration::Option::
0 | 0 | 0 | 0s | 0s | option_value | Perl::Critic::Exception::Configuration::Option::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | package Perl::Critic::Exception::Configuration::Option; | ||||
2 | |||||
3 | 2 | 90µs | 2 | 64µs | # spent 64µs (9+55) within Perl::Critic::Exception::Configuration::Option::BEGIN@3 which was called:
# once (9µs+55µs) by Exception::Class::_make_subclass at line 3 # spent 64µs making 1 call to Perl::Critic::Exception::Configuration::Option::BEGIN@3
# spent 55µs making 1 call to base::import, recursion: max depth 2, sum of overlapping time 55µs |
4 | |||||
5 | 1 | 400ns | our $VERSION = '1.1'; | ||
6 | |||||
7 | 1 | 2µs | 1; | ||
8 | |||||
9 | sub description | ||||
10 | { | ||||
11 | return 'A problem with an option in the Perl::Critic configuration, whether from a file or a command line or some other source.'; | ||||
12 | } | ||||
13 | sub Fields { return ($_[0]->SUPER::Fields, 'option_name', 'option_value', 'message_suffix') } | ||||
14 | |||||
15 | sub option_name { $_[0]->{option_name} } | ||||
16 | sub option_value { $_[0]->{option_value} } | ||||
17 | sub message_suffix { $_[0]->{message_suffix} } | ||||
18 | |||||
19 | ; |